home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / gambo / toilet1.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1995-02-13  |  102 b   |  8 lines

  1. on exitFrame
  2.   startTimer()
  3.   repeat while the timer < 90
  4.     nothing()
  5.   end repeat
  6.   go("wait")
  7. end
  8.